#Point Sel. at Active/A at Act.
LMB:This will rotate all selected Objects towards the Active Object.**_
RMB:This will rotate all Objects in Collection "A" (Layer 1) towards the Active Object.
Make_Point_at_Active()
#END
[OnRightMouseButton!]
GX=Remember_Selected()
Restore_Selected_keep_active(GA)
Make_Point_at_Active()
Restore_Selected(GX)